home *** CD-ROM | disk | FTP | other *** search
- ;$VER: Action test script 1.0 (for Action 1.0)
-
- Echo "This script will make neccesary arrangements,"
- Echo "in order that you can test how Action works."
- Echo "No permanent changes to your system will be made."
- Ask "Do you want to proceed? (Y=Yes, N=No)"
-
- If WARN Then
- MakeDir ENV:Action >NIL:
- Copy View ENV:Action/ >NIL:
- Copy Edit ENV:Action/ >NIL:
- Copy Identify ENV:Action/ >NIL:
- Echo ""
- Echo "Now you can test Action. I suggest you following commands:"
- Echo "Action Identify Invoker"
- Echo "Action Identify Action.guide"
- Echo "Action Identify Action.guide.info"
- Echo "Action View Action.guide"
- Echo "Action View some:path/archive.lha"
- Echo "Action View :"
- Echo "EndShell"
- Echo ""
- NewShell "CON:0/120/640/136/Test Action/CLOSE"
- EndIf
- Echo "Click close gadget to close window."
-